POV-Ray : Newsgroups : povray.programming : mixing POV code with C++ : Re: POV source errors Server Time
29 Jul 2024 06:14:27 EDT (-0400)
  Re: POV source errors  
From: Nigel Stewart
Date: 14 Feb 1999 19:02:11
Message: <36c76403.0@news.povray.org>
>> You only get 710? :)  Most of them are precision warnings

>Ron, it is nearly useless to try to remove this because it all is a result
>of the macro DBL

DBL x = 2.0;

becomes

DBL x = (DBL) 2.0;

Is there anything unreasonable or dangerous about doing this?
I think it is worth keeping the MS compiler quiet, because sometimes
things like signed/unsigned, unused, uninitialised variable, actually
help solve problems.

Has anyone run POV through Purify, or Bounds Checker?


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.